home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / stepp000.swf / scripts / DefineSprite_2467 / frame_5 / DoAction.as
Encoding:
Text File  |  2010-04-12  |  286 b   |  11 lines

  1. set("/Variables:Vie",0);
  2. setProperty("/Inventaire/BarreVie2/BarreVie3/Gage2", _width, eval("/Variables:GageLargeur") * (eval("/Variables:Vie") / 100));
  3. if(eval("/Variables:MegCri") == false)
  4. {
  5.    tellTarget("_root.Sons")
  6.    {
  7.       gotoAndStop("MegCri");
  8.       play();
  9.    }
  10. }
  11.